object TipForm: TTipForm Left = 233 Top = 197 BorderStyle = bsDialog Caption = 'PowerArchiver Tip of the Day' ClientHeight = 232 ClientWidth = 336 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 322 Height = 162 Shape = bsFrame end object Shape1: TShape Left = 8 Top = 8 Width = 321 Height = 161 end object Shape3: TShape Left = 8 Top = 40 Width = 220 Height = 4 Brush.Color = clGray Pen.Color = clGray end object DidyouknowL: TLabel Left = 16 Top = 16 Width = 337 Height = 22 AutoSize = False Caption = 'Did you know...' Transparent = True end object TipInfo: TLabel Left = 16 Top = 64 Width = 305 Height = 97 AutoSize = False Caption = 'TipInfo' Transparent = True WordWrap = True end object Image1: TImage Left = 227 Top = 9 Width = 98 Height = 58 AutoSize = True Picture.Data = {} end object ShowTipOptions: TComboBox Left = 34 Top = 204 Width = 255 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 Items.Strings = ( 'Always show tips at startup' 'Show tip at startup if not opening Zip file' 'Never show tips at startup') end object NextButt: TButton Left = 34 Top = 175 Width = 122 Height = 25 Caption = '&Next Tip' TabOrder = 0 OnClick = NextButtClick end object CloseButt: TButton Left = 168 Top = 175 Width = 121 Height = 25 Caption = '&Close' Default = True TabOrder = 1 OnClick = CloseButtClick end end